home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / bottomma.helppage < prev    next >
Text File  |  1991-10-23  |  2KB  |  22 lines

  1. +-----------------------------------------------------------------------------+
  2. |                          TEXT1 \bottommargin (\bma) COMMAND                 |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The \bottommargin (\bma) command  will set the distance from the  bottom of the
  6. page to the last line of the text. This command has the format:                
  7.                                                                                
  8.           \bottommargin{uu}                                                    
  9.                                                                                
  10. where "uu"  is any  unit of  TeX measurement (pt,  pc, in,  etc.) or  number of
  11. lines.  The  default bottom  margin is  one inch,  or \bottommargin{1IN}.  This
  12. command may  only appear  at the  beginning of  the TeX  input file  before any
  13. actual text is entered.                                                        
  14.                                                                                
  15. In order to change  the bottom margin from the default of  one inch to one-half
  16. inch, you would enter:                                                         
  17.                                                                                
  18.           \bma{.5in}                                                           
  19.                                                                                
  20. Which would give  you one-half inch between the  last line of text  on the page
  21. and the bottom of the page.                                                    
  22.